Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c122 MAX_IMM_TX_PKT_LEN = FW_WR_IMMDLEN_M, enumerator
133 MAX_IMM_TX_LEN = (MAX_IMM_TX_PKT_LEN > MAX_CTRL_WR_LEN
134 ? MAX_IMM_TX_PKT_LEN
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c141 #define MAX_IMM_TX_PKT_LEN 256 macro
779 if (skb->len <= MAX_IMM_TX_PKT_LEN - hdrlen) in is_eth_imm()
1458 return skb->len <= MAX_IMM_TX_PKT_LEN; in is_ofld_imm()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c160 #define MAX_IMM_TX_PKT_LEN 128 macro
178 return len <= MAX_IMM_TX_PKT_LEN; in is_ofld_imm()