Home
last modified time | relevance | path

Searched refs:FC_FRAME_SG_LEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/scsi/
H A Dfc_frame.h48 #define FC_FRAME_SG_LEN (MAX_SKB_FRAGS - 1) macro
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_io.c157 (skb_shinfo(fp_skb(fp))->nr_frags < FC_FRAME_SG_LEN)) in ft_queue_data_in()
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_fcp.c702 if ((skb_shinfo(fp_skb(fp))->nr_frags < FC_FRAME_SG_LEN) && in fc_fcp_send_data()