Searched refs:fcoe_fc_crc_ok (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_rq.c | 99 u8 rss_type, u8 fcoe, u8 fcoe_fc_crc_ok, in enic_rq_set_skb_flags() argument 130 outer_csum_ok = fcoe_fc_crc_ok; in enic_rq_set_skb_flags() 178 u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, in cq_enet_rq_desc_dec() argument 223 *fcoe_fc_crc_ok = (desc->flags & in cq_enet_rq_desc_dec() 233 *fcoe_fc_crc_ok = 0; in cq_enet_rq_desc_dec() 326 u8 fcoe, fcoe_sof, fcoe_fc_crc_ok, fcoe_enc_error, fcoe_eof; in enic_rq_indicate_buf() local 339 &fcoe_fc_crc_ok, &fcoe_enc_error, &fcoe_eof, in enic_rq_indicate_buf() 369 fcoe_fc_crc_ok, vlan_stripped, in enic_rq_indicate_buf()
|
/linux/drivers/scsi/fnic/ |
H A D | cq_enet_desc.h | 86 u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, u8 *fcoe_eof, in cq_enet_rq_desc_dec() argument 126 *fcoe_fc_crc_ok = (desc->flags & in cq_enet_rq_desc_dec() 136 *fcoe_fc_crc_ok = 0; in cq_enet_rq_desc_dec()
|