Searched refs:MAX_IMM_TX_PKT_LEN (Results 1 – 5 of 5) sorted by relevance
69 #define MAX_IMM_TX_PKT_LEN 256 macro359 if (skb->len <= MAX_IMM_TX_PKT_LEN - hdrlen) in is_eth_imm()
122 MAX_IMM_TX_PKT_LEN = FW_WR_IMMDLEN_M, enumerator133 MAX_IMM_TX_LEN = (MAX_IMM_TX_PKT_LEN > MAX_CTRL_WR_LEN134 ? MAX_IMM_TX_PKT_LEN
89 #define MAX_IMM_TX_PKT_LEN 256 in cxgbit_is_ofld_imm() macro90 return length <= MAX_IMM_TX_PKT_LEN; in cxgbit_is_ofld_imm()
127 #define MAX_IMM_TX_PKT_LEN 256 macro745 if (skb->len <= MAX_IMM_TX_PKT_LEN - hdrlen) in is_eth_imm()2855 return skb->len <= MAX_IMM_TX_PKT_LEN; in is_ofld_imm()
182 #define MAX_IMM_TX_PKT_LEN 256 macro